projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9df23
)
(Fx_open_connection): Don't set Vx_resource_name.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Aug 1996 16:57:21 +0000
(16:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Aug 1996 16:57:21 +0000
(16:57 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 74229c6d67e54a79e4435211c4804b51d2144ebf..4b3ce08f7415aa70aa3c8a513160038bfc1f1b4f 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-4901,9
+4901,6
@@
terminate Emacs if we can't open the connection.")
else
xrm_option = (unsigned char *) 0;
- /* Use this general default value to start with. */
- Vx_resource_name = Vinvocation_name;
-
validate_x_resource_name ();
/* This is what opens the connection and sets x_current_display.